Skip to content

fix: Don't attempt to create a release#110

Merged
cpswan merged 1 commit intotrunkfrom
cpswan-no-create-release
Dec 15, 2023
Merged

fix: Don't attempt to create a release#110
cpswan merged 1 commit intotrunkfrom
cpswan-no-create-release

Conversation

@cpswan
Copy link
Copy Markdown
Member

@cpswan cpswan commented Dec 15, 2023

The present build-publish workflow attempts to create a release, which fails when we trigger the workflow by tagging a new release, as the release already exists

- What I did

Removed step that creates a release

- How I did it

I manually ran the final step to test upload artifact to an existing release:

rm dist/*
poetry build
gh release upload 'v0.1.0' dist/** --repo 'atsign-foundation/at_python'

- How to verify it

Will need to wait for next release

- Description for the changelog

fix: Don't attempt to create a release

@cpswan cpswan self-assigned this Dec 15, 2023
@cpswan cpswan merged commit 66781b1 into trunk Dec 15, 2023
@cpswan cpswan deleted the cpswan-no-create-release branch December 15, 2023 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants